auto merge of #513 : bkoropoff/cargo/revert-static, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 7 Sep 2014 18:58:58 +0000 (18:58 +0000)
committerbors <bors@rust-lang.org>
Sun, 7 Sep 2014 18:58:58 +0000 (18:58 +0000)
commitfd92ef98e29c7a7471c65b7ea162cdcff1a7474b
tree127bcd1c277708f5ff5ca9e5afc1d0308783ac82
parent76f19a64d7120d85f15d3939ac13f200b12f48fb
parentdda2bfd212a28e298c4ed726d55295732e24cc20
auto merge of #513 : bkoropoff/cargo/revert-static, r=alexcrichton

This reverts a commit that worked around an overly restrictive lifetime bound on the `Writer` impl for `Box<Writer>` in libstd.  Now that this restriction has been lifted, the workaround can be reverted.